use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Thu, 22 Jan 2026 22:15:51 +0000 (23:15 +0100)
committerMoritz Mühlenhoff <jmm@debian.org>
Thu, 22 Jan 2026 22:15:51 +0000 (23:15 +0100)
commit19ad7b9361d0482a30eeac2a80de302004094585
tree79134ca3094250df7447af77ef22da4952e9a6c1
parent1766d4bb4824739089d19d65366965cd4534d49e
use int instead of time_t to print timezone info

Bug: https://bugs.openjdk.org/browse/JDK-8334502
Last-Update: 2024-06-19

printf() call uses %02d format specifier that requires an int parameter.

Gbp-Pq: Name jdk-8334502-proposed.patch
src/hotspot/share/runtime/os.cpp